home *** CD-ROM | disk | FTP | other *** search
/ F1 Licenseware / F1 Licenseware - Volume 1.iso / disks / 028.dms / 028.adf / Commands_List / File_Management / Search < prev    next >
Encoding:
Text File  |  1993-08-08  |  578 b   |  26 lines

  1. Command Name : Search
  2.  
  3. Function : Search a file or directory for specified text
  4.  
  5. Arguments : <directory> <string>
  6.  
  7. Location : C directory
  8.  
  9. This command searches through the code of a file, or through the code of
  10. every file in a directory for a string.  The string should be enclosed in
  11. double quotes (").
  12.  
  13. Examples
  14.  
  15. Search Workbench2.0: "Powerpacker"
  16.  
  17.         Searches every file and drawer on the Workbench disk for the text
  18.         "Powerpacker"
  19.  
  20. Search C:makedir "NAME OF DRAWER"
  21.  
  22.         Searches the file Makedir in the c directory for the text "NAME OF 
  23.         DRAWER"
  24.  
  25.  
  26.